Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Program.dll instead of Program.exe in illink docs #95752

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

akoeplinger
Copy link
Member

I helped a user on Discord today who got confused by the doc because the .exe in a .NET app is actually a native binary (the apphost) and passing that to illink results in a BadImageFormatException.

Update the doc to use Program.dll instead.

@akoeplinger akoeplinger added the area-Tools-ILLink .NET linker development as well as trimming analyzers label Dec 7, 2023
@ghost
Copy link

ghost commented Dec 7, 2023

Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas
See info in area-owners.md if you want to be subscribed.

Issue Details

I helped a user on Discord today who got confused by the doc because the .exe in a .NET app is actually a native binary (the apphost) and passing that to illink results in a BadImageFormatException.

Update the doc to use Program.dll instead.

Author: akoeplinger
Assignees: -
Labels:

area-Tools-ILLink

Milestone: -

@ghost ghost added the linkable-framework Issues associated with delivering a linker friendly framework label Dec 7, 2023
@ghost ghost assigned akoeplinger Dec 7, 2023
@ghost
Copy link

ghost commented Dec 7, 2023

Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr, @marek-safar
See info in area-owners.md if you want to be subscribed.

Issue Details

I helped a user on Discord today who got confused by the doc because the .exe in a .NET app is actually a native binary (the apphost) and passing that to illink results in a BadImageFormatException.

Update the doc to use Program.dll instead.

Author: akoeplinger
Assignees: -
Labels:

linkable-framework, area-Tools-ILLink

Milestone: -

@akoeplinger akoeplinger merged commit 47b3a75 into dotnet:main Dec 8, 2023
12 checks passed
@akoeplinger akoeplinger deleted the illink-docs branch December 8, 2023 19:52
@github-actions github-actions bot locked and limited conversation to collaborators Jan 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Tools-ILLink .NET linker development as well as trimming analyzers linkable-framework Issues associated with delivering a linker friendly framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants